home *** CD-ROM | disk | FTP | other *** search
/ Mac Cubed 3 / Mac Cubed 3 - Disc 6.iso / Multimedia / QPict 2.1.1 / File formats & JPEG Compression < prev    next >
Text File  |  1996-05-23  |  4KB  |  43 lines

  1. last updated 960523 - for lastest info check out: http://www.glunet.se/qpict 
  2.  
  3. File formats & JPEG Compression
  4.  
  5. Some terminology
  6.  
  7. JPEG is the compression algorithm for pictures. Different file formats can compress pictures by using JPEG algorithm e.g. Macintosh PICT file format, TIFF 6.0 format etc.
  8.  
  9. JFIF (JPEG File Interchange Format) is a file containing raw JPEG data and some other stuff. It's intended to be a way to interchange JPEG data between programs and computers.
  10.  
  11. To make things even more confusing, the filetype for JFIF files on the Macintosh is 'JPEG'.
  12.  
  13. About JPEG compression
  14.  
  15. JPEG is a destructive compression algorithm for pictures. It compresses pictures by removing data from the picture not visible by the human eye. It works in analogy with the audio compression used on the MiniDisc and DCC where approx. 80% of the music information can be removed without decreasing audio quality too much. JPEG compression works best with high quality 24 bit scanned pictures of reality scenes. In those cases you can gain a very large compression ratio without visible distortion in the picture. The JPEG compression doesn't work at all well with drawings and should not be used for that. One much discussed topic is the conversion of GIF-pictures to JPEG compressed pictures. The advise I have is to try it and see how the result is. The result can be quite good if the GIF file has high quality, but mostly there will be a visible degree of distortion in the picture.
  16.  
  17. QuickTime contains Apple's implementation of the JPEG compression algorithms along with the algorithms for motion picture. QuickTime doesn't use the JFIF file format. Instead it wrappes the JFIF file inside a PICT header. This has a very nice touch. It means that almost every program that can handle standard uncompressed PICT format files can also handle JPEG compressed PICT files without having to know anything about it. The sad thing is that QuickTime can't directly handle JFIF files, but it contains some functions that makes it able for easy conversion between JFIF and PICT.
  18.  
  19. There are many program that can compress pictures with JPEG compression (PhotoShop, GIFConverter etc.).
  20.  
  21. QPict accepts picture files in one of the following file formats:
  22.  
  23. • PICT - the standard Macintosh picture format. Can be compressed or uncompressed.
  24.  
  25. • SCRN - sometimes called startupscreen format. Is basicly the same as the PICT format but the picture data is stored in the resource fork of the file instead of the data fork.
  26.  
  27. • JFIF - This is the standard interchange format for JPEG compressed pictures. Pictures found on BBS, Internet and many CD-roms will likely have this format. If you plan to distribute pictures to any other computer system than the Macintosh be sure to convert your PICT-format files to JFIF.
  28.  
  29. On other computer system e.g. Dos, the filetype of each file is included in the filename, visible and editable for the user. On the Macintosh the filetype is hidden within the file not accessible without an editor. This causes problems for files that has its origin on other computer system than the Macintosh. In order for QPict to sort this out QPict accepts any kind of file dropped on QPict's icon in the Finder and checks each unknown filetype to see if it is a JFIF file. If it is a JFIF file it changes the filetype to 'JPEG' (the JFIF filetype on the Macintosh) and the creator to QPict. 
  30.  
  31. If you are interested in compression algorithms and file formats here are some files you should get:
  32.  
  33. • jpeg-faq which can be found via ftp at:    
  34.     rtfm.mit.edu 
  35.   in directory
  36.     /pub/usenet/news.answers/jpeg-faq
  37. This document contains a lot of useful information about JPEG compressing pictures, guide to programs on different computer systems that can handle JPEG.
  38.  
  39. • compression-faq which can be found via ftp at:
  40.     rtfm.mit.edu 
  41.   in directory
  42.     /pub/usenet/news.answers/compression-faq
  43. This document contains information of various compression algorithms, not just for image compression. It also contains some information of using fractals to compress pictures. Very interesting reading.